home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000043_news@columbia.edu _Sun Jul 21 11:09:50 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  14KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id LAA21235 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 21 Jul 1996 11:09:50 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id LAA26738 for kermit.misc@watsun; Sun, 21 Jul 1996 11:09:48 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Greek  CP869 ELOT928
  8. Date: 21 Jul 1996 15:09:25 GMT
  9. Organization: Columbia University
  10. Lines: 247
  11. Message-ID: <4sth75$djk@apakabar.cc.columbia.edu>
  12. References: <4sq24v$26p@amanda.dorsai.org>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4sq24v$26p@amanda.dorsai.org>,
  16. Vasos Panagiotopoulos +1-917-287-8087 Bioengineer-Financier Samani Marions Panyaught NYC-11357-3436-287-USA <vjp2@dorsai.org> wrote:
  17. : SET FILE CHAR CP869 won't work on my MS-Kermit.. am I missing something?
  18. : Is this what I need to use to read ELOT-928 web pages with Lynx?
  19. : I can use it only for Kermit without making DOS-wide changes, right?
  20. Just after sending off my last reply I remembered some correspondence from
  21. last year with Ioannis Papadopoulos in Greece on this same subject.  He
  22. offered the following information:
  23.  
  24. 1. CP437 and CP850 code pages are being modified in Greece. The older
  25.    machines have their orignal character set generator IC's replaced
  26.    and the newer machines have special drivers to support greek
  27.    characters. These modifications are made by dealers, in Greece.
  28.  
  29. 2. The Hewlett Packard unix machine uses another standard, called
  30.    ELOT-928 (ELOT is an acronym and means Greek Standards Organization)
  31.    that is "trying" to become a standard not only in Greece but
  32.    worldwide (as far as greek characters are concerned).
  33.  
  34. And he offered the following translation table and keymap for accessing
  35. ELOT-928 applications.  However, I don't know what the local code page is,
  36. or how it got there (see #1 above).
  37.  
  38. ---(cut here)---
  39.  
  40. set terminal character ascii           ; Use ascii terminal character set
  41. set parity none                        ; no parity
  42. set display 8                          ; in the 8-bit environment
  43. set terminal vt320                     ; Emulate DEC VT320
  44. set terminal wrap on                   ; Tell Kermit to do line wrap
  45. set terminal controls 8-bit            ; 8-bit terminal
  46. set flo xon/xoff
  47.  
  48. set key \270 \127                      ; Backspace sends Delete
  49.  
  50. ;***********************************************
  51. ; The characters received by the PC (from HP-UX)
  52. ;***********************************************
  53. set translation input \176 \248     ; 0
  54. set translation input \177 \241     ; 1
  55. set translation input \178 \253     ; 2
  56. set translation input \182 \234     ; uppercase alpha with accent
  57. set translation input \183 \249     ; 7
  58. set translation input \184 \235     ; uppercase epsilon with accent
  59. set translation input \185 \236     ; uppercase eta with accent
  60. set translation input \186 \237     ; uppercase iota with accent
  61. set translation input \188 \238     ; uppercase omicron with accent
  62. set translation input \190 \239     ; uppercase upsilon with accent
  63. set translation input \191 \240     ; uppercase omega with accent
  64. set translation input \193 \128     ; uppercase alpha
  65. set translation input \194 \129     ; uppercase beta
  66. set translation input \195 \130     ; uppercase gamma
  67. set translation input \196 \131     ; uppercase delta
  68. set translation input \197 \132     ; uppercase epsilon
  69. set translation input \198 \133     ; uppercase zeta
  70. set translation input \199 \134     ; uppercase eta
  71. set translation input \200 \135     ; uppercase theta
  72. set translation input \201 \136     ; uppercase iota
  73. set translation input \202 \137     ; uppercase kappa
  74. set translation input \203 \138     ; uppercase lambda
  75. set translation input \204 \139     ; uppercase mu
  76. set translation input \205 \140     ; uppercase nu
  77. set translation input \206 \141     ; uppercase ksi
  78. set translation input \207 \142     ; uppercase omicron
  79. set translation input \208 \143     ; uppercase pi
  80. set translation input \209 \144     ; uppercase rho
  81. set translation input \211 \145     ; uppercase sigma
  82. set translation input \212 \146     ; uppercase tau
  83. set translation input \213 \147     ; uppercase upsilon
  84. set translation input \214 \148     ; uppercase fi
  85. set translation input \215 \149     ; uppercase chi
  86. set translation input \216 \150     ; uppercase psi
  87. set translation input \217 \151     ; uppercase omega
  88. set translation input \220 \225     ; lowercase alpha with accent
  89. set translation input \221 \226     ; lowercase epsilon with accent
  90. set translation input \222 \227     ; lowercase eta with accent
  91. set translation input \223 \229     ; lowercase iota with accent
  92. set translation input \225 \152     ; lowercase alpha
  93. set translation input \226 \153     ; lowercase beta
  94. set translation input \227 \154     ; lowercase gamma
  95. set translation input \228 \155     ; lowercase delta
  96. set translation input \229 \156     ; lowercase epsilon
  97. set translation input \230 \157     ; lowercase zeta
  98. set translation input \231 \158     ; lowercase eta
  99. set translation input \232 \159     ; lowercase theta
  100. set translation input \233 \160     ; lowercase iota
  101. set translation input \234 \161     ; lowercase kappa
  102. set translation input \235 \162     ; lowercase lambda
  103. set translation input \236 \163     ; lowercase mu
  104. set translation input \237 \164     ; lowercase nu
  105. set translation input \238 \165     ; lowercase ksi
  106. set translation input \239 \166     ; lowercase omicron
  107. set translation input \240 \167     ; lowercase pi
  108. set translation input \241 \168     ; lowercase rho
  109. set translation input \242 \170     ; lowercase sigma at end of words
  110. set translation input \243 \169     ; lowercase sigma
  111. set translation input \244 \171     ; lowercase tau
  112. set translation input \245 \172     ; lowercase upsilon
  113. set translation input \246 \173     ; lowercase fi
  114. set translation input \247 \174     ; lowercase chi
  115. set translation input \248 \175     ; lowercase psi
  116. set translation input \249 \224     ; lowercase omega
  117. set translation input \250 \228     ; lowercase iota with diaeresis
  118. set translation input \251 \232     ; lowercase upsilon with diaeresis
  119. set translation input \252 \230     ; lowercase omicron with accent
  120. set translation input \253 \231     ; lowercase upsilon with accent
  121. set translation input \254 \233     ; lowercase omega with accent
  122. set translation input on
  123. ;**************************************************
  124. ; The characters transmitted from the PC (to HP-UX)
  125. ;**************************************************
  126. set key \248 \176                   ; 0
  127. set key \241 \177                   ; 1
  128. set key \253 \178                   ; 2
  129. set key \234 \182                   ; uppercase alpha with accent
  130. set key \249 \183                   ; 7
  131. set key \235 \184                   ; uppercase epsilon with accent
  132. set key \236 \185                   ; uppercase eta with accent
  133. set key \237 \186                   ; uppercase iota with accent
  134. set key \238 \188                   ; uppercase omicron with accent
  135. set key \239 \190                   ; uppercase upsilon with accent
  136. set key \240 \191                   ; uppercase omega with accent
  137. set key \128 \193                   ; uppercase alpha
  138. set key \129 \194                   ; uppercase beta
  139. set key \130 \195                   ; uppercase gamma
  140. set key \131 \196                   ; uppercase delta
  141. set key \132 \197                   ; uppercase epsilon
  142. set key \133 \198                   ; uppercase zeta
  143. set key \134 \199                   ; uppercase eta
  144. set key \135 \200                   ; uppercase theta
  145. set key \136 \201                   ; uppercase iota
  146. set key \137 \202                   ; uppercase kappa
  147. set key \138 \203                   ; uppercase lambda
  148. set key \139 \204                   ; uppercase mu
  149. set key \140 \205                   ; uppercase nu
  150. set key \141 \206                   ; uppercase ksi
  151. set key \142 \207                   ; uppercase omicron
  152. set key \143 \208                   ; uppercase pi
  153. set key \144 \209                   ; uppercase rho
  154. set key \145 \211                   ; uppercase sigma
  155. set key \146 \212                   ; uppercase tau
  156. set key \147 \213                   ; uppercase upsilon
  157. set key \148 \214                   ; uppercase fi
  158. set key \149 \215                   ; uppercase chi
  159. set key \150 \216                   ; uppercase psi
  160. set key \151 \217                   ; uppercase omega
  161. set key \225 \220                   ; lowercase alpha with accent
  162. set key \226 \221                   ; lowercase epsilon with accent
  163. set key \227 \222                   ; lowercase eta with accent
  164. set key \229 \223                   ; lowercase iota with accent
  165. set key \152 \225                   ; lowercase alpha
  166. set key \153 \226                   ; lowercase beta
  167. set key \154 \227                   ; lowercase gamma
  168. set key \155 \228                   ; lowercase delta
  169. set key \156 \229                   ; lowercase epsilon
  170. set key \157 \230                   ; lowercase zeta
  171. set key \158 \231                   ; lowercase eta
  172. set key \159 \232                   ; lowercase theta
  173. set key \160 \233                   ; lowercase iota
  174. set key \161 \234                   ; lowercase kappa
  175. set key \162 \235                   ; lowercase lambda
  176. set key \163 \236                   ; lowercase mu
  177. set key \164 \237                   ; lowercase nu
  178. set key \165 \238                   ; lowercase ksi
  179. set key \166 \239                   ; lowercase omicron
  180. set key \167 \240                   ; lowercase pi
  181. set key \168 \241                   ; lowercase rho
  182. set key \170 \242                   ; lowercase sigma at end of words
  183. set key \169 \243                   ; lowercase sigma
  184. set key \171 \244                   ; lowercase tau
  185. set key \172 \245                   ; lowercase upsilon
  186. set key \173 \246                   ; lowercase fi
  187. set key \174 \247                   ; lowercase chi
  188. set key \175 \248                   ; lowercase psi
  189. set key \224 \249                   ; lowercase omega
  190. set key \228 \250                   ; lowercase iota with diaeresis
  191. set key \232 \251                   ; lowercase upsilon with diaeresis
  192. set key \230 \252                   ; lowercase omicron with accent
  193. set key \231 \253                   ; lowercase upsilon with accent
  194. set key \233 \254                   ; lowercase omega with accent
  195. ;************************************
  196. ; Special Keys and Keypad Definitions
  197. ;************************************
  198. set key \315 \kholdscrn             ; F1
  199. set key \316 \kprtscn               ; F2
  200. set key \317                        ; F3 no translation (set-up on vt320)
  201. set key \318                        ; F4 no translation (disabled on vt320)
  202. set key \319 \kbreak                ; F5
  203. set key \320 \kdecf6                ; F6
  204. set key \321 \kdecf7                ; F7
  205. set key \322 \kdecf8                ; F8
  206. set key \323 \kdecf9                ; F9
  207. set key \324 \kdecf10               ; F10
  208. set key \389                        ; F11 no translation
  209. set key \390 \kexit                 ; F12 exit from connect mode
  210. set key \852 \kdecf11               ; sF1
  211. set key \853 \kdecf12               ; sF2
  212. set key \854 \kdecf13               ; sF3
  213. set key \855 \kdecf14               ; sF4
  214. set key \856 \kdechelp              ; sF5
  215. set key \857 \kdecdo                ; sF6
  216. set key \858 \kdecf17               ; sF7
  217. set key \859 \kdecf18               ; sF8
  218. set key \860 \kdecf19               ; sF9
  219. set key \861 \kdecf20               ; sF10
  220. set key \903                        ; sF11 no translation
  221. set key \904                        ; sF12 no translation
  222. set key \1374 \kpf1                 ; cF1
  223. set key \1375 \kpf2                 ; cF2
  224. set key \1376 \kpf3                 ; cF3
  225. set key \1377 \kpf4                 ; cF4
  226. set key \1378                       ; cF5 no translation
  227. set key \1379                       ; cF6 no translation
  228. set key \1380                       ; cF7 no translation
  229. set key \1381                       ; cF8 no translation
  230. set key \1382                       ; cF9 no translation
  231. set key \1383                       ; cF10 no translation
  232. set key \1417                       ; cF11 no translation
  233. set key \1418                       ; cF12 no translation
  234. set key \2408                       ; aF1 no translation
  235. set key \2409                       ; aF2 no translation
  236. set key \2410                       ; aF3 no translation
  237. set key \2411                       ; aF4 no translation
  238. set key \2412                       ; aF5 no translation
  239. set key \2413                       ; aF6 no translation
  240. set key \2414                       ; aF7 no translation
  241. set key \2415                       ; aF8 no translation
  242. set key \2416                       ; aF9 no translation
  243. set key \2417                       ; aF10 no translation
  244. set key \2443                       ; aF11 no translation
  245. set key \2444                       ; aF12 no translation
  246. set key \4435 \kdecremove           ; DELETE
  247. set key \4431 \kdecselect           ; END
  248. set key \4433 \kdecnext             ; PGDOWN
  249. set key \4434 \kdecinsert           ; INSERT
  250. set key \4423 \kdecfind             ; HOME
  251. set key \4425 \kdecprev             ; PGUP
  252. set key \4424 \kuparr               ; Up Arrow
  253. set key \4432 \kdnarr               ; Down Arrow
  254. set key \4427 \klfarr               ; Left Arrow
  255. set key \4429 \krtarr               ; Right Arrow
  256. set key \330  \45                   ; Grey -
  257. SET translation KEYBOARD ON
  258. connect
  259.  
  260. ; (End)